Html Css Color HEX #BF8F0A Dark Goldenrod

📋 copy color: '#BF8F0A'

red 191 ◦ green 143 ◦ blue 10

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

Shades of Dark Goldenrod #BF8F0A

Tints of Dark Goldenrod #BF8F0A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 55.52%
G = 41.57%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF8F0A (or 0xBF8F0A) is known color: Dark Goldenrod. HEX triplet: BF, 8F and 0A. RGB value is (191,143,10). Sum of RGB (Red+Green+Blue) = 191+143+10=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8F0A is #4070F5. Grayscale: #8E8E8E. Windows color (decimal): -4223222 or 692159. OLE color: 692159.

HSL color Cylindrical-coordinate representation of color #BF8F0A: hue angle of 44.09º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF8F0A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 10 -
CMYK 0 0.25 0.95 0.25
HSL 44.09º 0.9% 0.39% -
HSV(B) 44.09º 0.95% 0.75% -
XYZ 31.36 30.74 4.57 -
YUV 142.19 53.4 162.81 -
System Red Green Blue C M Y K H S L
Decimal 191 143 10 0 0.25 0.95 0.25 44.09 0.9 0.39
Hex BF 8F A 0 19 5F 19 2C 5A 27
Octal 277 217 12 0 31 137 31 54 132 47
Binary 10111111 10001111 1010 0 11001 1011111 11001 101100 1011010 100111

Color Harmonies of #BF8F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F0A

Black with #BF8F0A

Text Example


Text Example

White with #BF8F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F0A; }

 p { color: rgb(191,143,10); }

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

background-color css

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

 a { background-color: rgb(191,143,10); }

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

border-color css

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

 span { border-color: rgb(191,143,10); }

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