Html Css Color HEX #BB830A Dark Goldenrod

📋 copy color: '#BB830A'

red 187 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #BB830A

Tints of Dark Goldenrod #BB830A

RGB

 RED value IS 187 (73.44% from 255) = 57.01%

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

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

R = 57.01%
G = 39.94%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB830A (or 0xBB830A) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 0A. RGB value is (187,131,10). Sum of RGB (Red+Green+Blue) = 187+131+10=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB830A is #447CF5. Grayscale: #868686. Windows color (decimal): -4488438 or 689083. OLE color: 689083.

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

Color convert

RGB 187 131 10 -
CMYK 0 0.30 0.95 0.27
HSL 41.02º 0.9% 0.39% -
HSV(B) 41.02º 0.95% 0.73% -
XYZ 28.66 26.82 3.95 -
YUV 133.95 58.05 165.84 -
System Red Green Blue C M Y K H S L
Decimal 187 131 10 0 0.30 0.95 0.27 41.02 0.9 0.39
Hex BB 83 A 0 1E 5F 1B 29 5A 27
Octal 273 203 12 0 36 137 33 51 132 47
Binary 10111011 10000011 1010 0 11110 1011111 11011 101001 1011010 100111

Color Harmonies of #BB830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB830A

Black with #BB830A

Text Example


Text Example

White with #BB830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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