Html Css Color HEX #BF830A Dark Goldenrod

📋 copy color: '#BF830A'

red 191 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #BF830A

Tints of Dark Goldenrod #BF830A

RGB

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

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

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

R = 57.53%
G = 39.46%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF830A (or 0xBF830A) is known color: Dark Goldenrod. HEX triplet: BF, 83 and 0A. RGB value is (191,131,10). Sum of RGB (Red+Green+Blue) = 191+131+10=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF830A is #407CF5. Grayscale: #878787. Windows color (decimal): -4226294 or 689087. OLE color: 689087.

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

Color convert

RGB 191 131 10 -
CMYK 0 0.31 0.95 0.25
HSL 40.11º 0.9% 0.39% -
HSV(B) 40.11º 0.95% 0.75% -
XYZ 29.66 27.33 4 -
YUV 135.15 57.38 167.84 -
System Red Green Blue C M Y K H S L
Decimal 191 131 10 0 0.31 0.95 0.25 40.11 0.9 0.39
Hex BF 83 A 0 1F 5F 19 28 5A 27
Octal 277 203 12 0 37 137 31 50 132 47
Binary 10111111 10000011 1010 0 11111 1011111 11001 101000 1011010 100111

Color Harmonies of #BF830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF830A

Black with #BF830A

Text Example


Text Example

White with #BF830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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