Html Css Color HEX #BF8B21 Nugget

📋 copy color: '#BF8B21'

red 191 ◦ green 139 ◦ blue 33

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

Shades of Nugget #BF8B21

Tints of Nugget #BF8B21

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 33 (13.28% from 255) = 9.09%

R = 52.62%
G = 38.29%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF8B21 (or 0xBF8B21) is known color: Nugget. HEX triplet: BF, 8B and 21. RGB value is (191,139,33). Sum of RGB (Red+Green+Blue) = 191+139+33=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B21 is #4074DE. Grayscale: #8E8E8E. Windows color (decimal): -4224223 or 2198463. OLE color: 2198463.

HSL color Cylindrical-coordinate representation of color #BF8B21: hue angle of 40.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF8B21 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 139 33 -
CMYK 0 0.27 0.83 0.25
HSL 40.25º 0.71% 0.44% -
HSV(B) 40.25º 0.83% 0.75% -
XYZ 30.99 29.65 5.53 -
YUV 142.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 191 139 33 0 0.27 0.83 0.25 40.25 0.71 0.44
Hex BF 8B 21 0 1B 53 19 28 47 2C
Octal 277 213 41 0 33 123 31 50 107 54
Binary 10111111 10001011 100001 0 11011 1010011 11001 101000 1000111 101100

Color Harmonies of #BF8B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8B21

Black with #BF8B21

Text Example


Text Example

White with #BF8B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8B21; }

 p { color: rgb(191,139,33); }

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

background-color css

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

 a { background-color: rgb(191,139,33); }

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

border-color css

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

 span { border-color: rgb(191,139,33); }

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