Html Css Color HEX #BF900A Dark Goldenrod

📋 copy color: '#BF900A'

red 191 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #BF900A

Tints of Dark Goldenrod #BF900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

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

R = 55.36%
G = 41.74%
B = 2.9%

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

#BF900A (or 0xBF900A) is known color: Dark Goldenrod. HEX triplet: BF, 90 and 0A. RGB value is (191,144,10). Sum of RGB (Red+Green+Blue) = 191+144+10=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF900A is #406FF5. Grayscale: #8F8F8F. Windows color (decimal): -4222966 or 692415. OLE color: 692415.

HSL color Cylindrical-coordinate representation of color #BF900A: hue angle of 44.42º 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 #BF900A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 144 10 -
CMYK 0 0.25 0.95 0.25
HSL 44.42º 0.9% 0.39% -
HSV(B) 44.42º 0.95% 0.75% -
XYZ 31.51 31.04 4.62 -
YUV 142.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 191 144 10 0 0.25 0.95 0.25 44.42 0.9 0.39
Hex BF 90 A 0 19 5F 19 2C 5A 27
Octal 277 220 12 0 31 137 31 54 132 47
Binary 10111111 10010000 1010 0 11001 1011111 11001 101100 1011010 100111

Color Harmonies of #BF900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF900A

Black with #BF900A

Text Example


Text Example

White with #BF900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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