Html Css Color HEX #B08D12 Dark Goldenrod

📋 copy color: '#B08D12'

red 176 ◦ green 141 ◦ blue 18

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

Shades of Dark Goldenrod #B08D12

Tints of Dark Goldenrod #B08D12

RGB

 RED value IS 176 (69.14% from 255) = 52.54%

 GREEN value IS 141 (55.47% from 255) = 42.09%

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 52.54%
G = 42.09%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B08D12 (or 0xB08D12) is known color: Dark Goldenrod. HEX triplet: B0, 8D and 12. RGB value is (176,141,18). Sum of RGB (Red+Green+Blue) = 176+141+18=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08D12 is #4F72ED. Grayscale: #898989. Windows color (decimal): -5206766 or 1215920. OLE color: 1215920.

HSL color Cylindrical-coordinate representation of color #B08D12: hue angle of 46.71º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B08D12 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 141 18 -
CMYK 0 0.20 0.90 0.31
HSL 46.71º 0.81% 0.38% -
HSV(B) 46.71º 0.9% 0.69% -
XYZ 27.54 28.32 4.59 -
YUV 137.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 176 141 18 0 0.20 0.90 0.31 46.71 0.81 0.38
Hex B0 8D 12 0 14 5A 1F 2F 51 26
Octal 260 215 22 0 24 132 37 57 121 46
Binary 10110000 10001101 10010 0 10100 1011010 11111 101111 1010001 100110

Color Harmonies of #B08D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D12

Black with #B08D12

Text Example


Text Example

White with #B08D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D12; }

 p { color: rgb(176,141,18); }

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

background-color css

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

 a { background-color: rgb(176,141,18); }

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

border-color css

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

 span { border-color: rgb(176,141,18); }

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