Html Css Color HEX #BF830C Dark Goldenrod

📋 copy color: '#BF830C'

red 191 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #BF830C

Tints of Dark Goldenrod #BF830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 57.19%
G = 39.22%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF830C (or 0xBF830C) is known color: Dark Goldenrod. HEX triplet: BF, 83 and 0C. RGB value is (191,131,12). Sum of RGB (Red+Green+Blue) = 191+131+12=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF830C is #407CF3. Grayscale: #878787. Windows color (decimal): -4226292 or 820159. OLE color: 820159.

HSL color Cylindrical-coordinate representation of color #BF830C: hue angle of 39.89º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF830C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 131 12 -
CMYK 0 0.31 0.94 0.25
HSL 39.89º 0.88% 0.4% -
HSV(B) 39.89º 0.94% 0.75% -
XYZ 29.67 27.34 4.06 -
YUV 135.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 191 131 12 0 0.31 0.94 0.25 39.89 0.88 0.4
Hex BF 83 C 0 1F 5E 19 28 58 28
Octal 277 203 14 0 37 136 31 50 130 50
Binary 10111111 10000011 1100 0 11111 1011110 11001 101000 1011000 101000

Color Harmonies of #BF830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF830C

Black with #BF830C

Text Example


Text Example

White with #BF830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF830C; }

 p { color: rgb(191,131,12); }

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

background-color css

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

 a { background-color: rgb(191,131,12); }

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

border-color css

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

 span { border-color: rgb(191,131,12); }

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