Html Css Color HEX #BB930C Dark Goldenrod

📋 copy color: '#BB930C'

red 187 ◦ green 147 ◦ blue 12

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

Shades of Dark Goldenrod #BB930C

Tints of Dark Goldenrod #BB930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.49%

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

R = 54.05%
G = 42.49%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB930C (or 0xBB930C) is known color: Dark Goldenrod. HEX triplet: BB, 93 and 0C. RGB value is (187,147,12). Sum of RGB (Red+Green+Blue) = 187+147+12=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB930C is #446CF3. Grayscale: #909090. Windows color (decimal): -4484340 or 824251. OLE color: 824251.

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

Color convert

RGB 187 147 12 -
CMYK 0 0.21 0.94 0.27
HSL 46.29º 0.88% 0.39% -
HSV(B) 46.29º 0.94% 0.73% -
XYZ 30.99 31.46 4.79 -
YUV 143.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 187 147 12 0 0.21 0.94 0.27 46.29 0.88 0.39
Hex BB 93 C 0 15 5E 1B 2E 58 27
Octal 273 223 14 0 25 136 33 56 130 47
Binary 10111011 10010011 1100 0 10101 1011110 11011 101110 1011000 100111

Color Harmonies of #BB930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB930C

Black with #BB930C

Text Example


Text Example

White with #BB930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB930C; }

 p { color: rgb(187,147,12); }

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

background-color css

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

 a { background-color: rgb(187,147,12); }

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

border-color css

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

 span { border-color: rgb(187,147,12); }

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