Html Css Color HEX #BB9203 Dark Goldenrod

📋 copy color: '#BB9203'

red 187 ◦ green 146 ◦ blue 3

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

Shades of Dark Goldenrod #BB9203

Tints of Dark Goldenrod #BB9203

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 55.65%
G = 43.45%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB9203 (or 0xBB9203) is known color: Dark Goldenrod. HEX triplet: BB, 92 and 03. RGB value is (187,146,3). Sum of RGB (Red+Green+Blue) = 187+146+3=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9203 is #446DFC. Grayscale: #8E8E8E. Windows color (decimal): -4484605 or 234171. OLE color: 234171.

HSL color Cylindrical-coordinate representation of color #BB9203: hue angle of 46.63º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB9203 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 146 3 -
CMYK 0 0.22 0.98 0.27
HSL 46.63º 0.97% 0.37% -
HSV(B) 46.63º 0.98% 0.73% -
XYZ 30.79 31.13 4.47 -
YUV 141.96 49.58 160.13 -
System Red Green Blue C M Y K H S L
Decimal 187 146 3 0 0.22 0.98 0.27 46.63 0.97 0.37
Hex BB 92 3 0 16 62 1B 2F 61 25
Octal 273 222 3 0 26 142 33 57 141 45
Binary 10111011 10010010 11 0 10110 1100010 11011 101111 1100001 100101

Color Harmonies of #BB9203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9203

Black with #BB9203

Text Example


Text Example

White with #BB9203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9203; }

 p { color: rgb(187,146,3); }

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

background-color css

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

 a { background-color: rgb(187,146,3); }

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

border-color css

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

 span { border-color: rgb(187,146,3); }

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