Html Css Color HEX #B38B0B Dark Goldenrod

📋 copy color: '#B38B0B'

red 179 ◦ green 139 ◦ blue 11

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

Shades of Dark Goldenrod #B38B0B

Tints of Dark Goldenrod #B38B0B

RGB

 RED value IS 179 (70.31% from 255) = 54.41%

 GREEN value IS 139 (54.69% from 255) = 42.25%

 BLUE value IS 11 (4.69% from 255) = 3.34%

R = 54.41%
G = 42.25%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B38B0B (or 0xB38B0B) is known color: Dark Goldenrod. HEX triplet: B3, 8B and 0B. RGB value is (179,139,11). Sum of RGB (Red+Green+Blue) = 179+139+11=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38B0B is #4C74F4. Grayscale: #888888. Windows color (decimal): -5010677 or 756659. OLE color: 756659.

HSL color Cylindrical-coordinate representation of color #B38B0B: hue angle of 45.71º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B38B0B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 139 11 -
CMYK 0 0.22 0.94 0.30
HSL 45.71º 0.88% 0.37% -
HSV(B) 45.71º 0.94% 0.7% -
XYZ 27.88 28.07 4.27 -
YUV 136.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 179 139 11 0 0.22 0.94 0.30 45.71 0.88 0.37
Hex B3 8B B 0 16 5E 1E 2E 58 25
Octal 263 213 13 0 26 136 36 56 130 45
Binary 10110011 10001011 1011 0 10110 1011110 11110 101110 1011000 100101

Color Harmonies of #B38B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B0B

Black with #B38B0B

Text Example


Text Example

White with #B38B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B0B; }

 p { color: rgb(179,139,11); }

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

background-color css

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

 a { background-color: rgb(179,139,11); }

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

border-color css

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

 span { border-color: rgb(179,139,11); }

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