Html Css Color HEX #BF9524 Nugget

📋 copy color: '#BF9524'

red 191 ◦ green 149 ◦ blue 36

#BF9524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #BF9524

Tints of Nugget #BF9524

RGB

 RED value IS 191 (75% from 255) = 50.8%

 GREEN value IS 149 (58.59% from 255) = 39.63%

 BLUE value IS 36 (14.45% from 255) = 9.57%

R = 50.8%
G = 39.63%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF9524 (or 0xBF9524) is known color: Nugget. HEX triplet: BF, 95 and 24. RGB value is (191,149,36). Sum of RGB (Red+Green+Blue) = 191+149+36=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9524 is #406ADB. Grayscale: #959595. Windows color (decimal): -4221660 or 2397631. OLE color: 2397631.

HSL color Cylindrical-coordinate representation of color #BF9524: hue angle of 43.74º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF9524 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 149 36 -
CMYK 0 0.22 0.81 0.25
HSL 43.74º 0.68% 0.45% -
HSV(B) 43.74º 0.81% 0.75% -
XYZ 32.55 32.7 6.26 -
YUV 148.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 191 149 36 0 0.22 0.81 0.25 43.74 0.68 0.45
Hex BF 95 24 0 16 51 19 2C 44 2D
Octal 277 225 44 0 26 121 31 54 104 55
Binary 10111111 10010101 100100 0 10110 1010001 11001 101100 1000100 101101

Color Harmonies of #BF9524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9524

Black with #BF9524

Text Example


Text Example

White with #BF9524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9524; }

 p { color: rgb(191,149,36); }

 H1.HeaderClassName
 {
   color: #BF9524;
 }
 .AnyTagClassName
 {
   color: #BF9524;
 }
</style>

background-color css

<style>
 a { background-color: #BF9524; }

 a { background-color: rgb(191,149,36); }

 div.DivClassName
 {
   background-color: #BF9524;
 }
 .BgClassName
 {
   background-color: #BF9524;
 }
</style>

border-color css

<style>
 span { border-color: #BF9524; }

 span { border-color: rgb(191,149,36); }

 td.TdClassName
 {
   border-color: #BF9524;
 }
 .TagClassName
 {
   border-color: #BF9524;
 }
</style>