Html Css Color HEX #BF8C22 Nugget

📋 copy color: '#BF8C22'

red 191 ◦ green 140 ◦ blue 34

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

Shades of Nugget #BF8C22

Tints of Nugget #BF8C22

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.36%

 BLUE value IS 34 (13.67% from 255) = 9.32%

R = 52.33%
G = 38.36%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF8C22 (or 0xBF8C22) is known color: Nugget. HEX triplet: BF, 8C and 22. RGB value is (191,140,34). Sum of RGB (Red+Green+Blue) = 191+140+34=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C22 is #4073DD. Grayscale: #8F8F8F. Windows color (decimal): -4223966 or 2264255. OLE color: 2264255.

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

Color convert

RGB 191 140 34 -
CMYK 0 0.27 0.82 0.25
HSL 40.51º 0.7% 0.44% -
HSV(B) 40.51º 0.82% 0.75% -
XYZ 31.15 29.95 5.65 -
YUV 143.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 191 140 34 0 0.27 0.82 0.25 40.51 0.7 0.44
Hex BF 8C 22 0 1B 52 19 29 46 2C
Octal 277 214 42 0 33 122 31 51 106 54
Binary 10111111 10001100 100010 0 11011 1010010 11001 101001 1000110 101100

Color Harmonies of #BF8C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C22

Black with #BF8C22

Text Example


Text Example

White with #BF8C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C22; }

 p { color: rgb(191,140,34); }

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

background-color css

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

 a { background-color: rgb(191,140,34); }

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

border-color css

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

 span { border-color: rgb(191,140,34); }

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