Html Css Color HEX #B4861B Dark Goldenrod

📋 copy color: '#B4861B'

red 180 ◦ green 134 ◦ blue 27

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

Shades of Dark Goldenrod #B4861B

Tints of Dark Goldenrod #B4861B

RGB

 RED value IS 180 (70.7% from 255) = 52.79%

 GREEN value IS 134 (52.73% from 255) = 39.3%

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 52.79%
G = 39.3%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4861B (or 0xB4861B) is known color: Dark Goldenrod. HEX triplet: B4, 86 and 1B. RGB value is (180,134,27). Sum of RGB (Red+Green+Blue) = 180+134+27=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4861B is #4B79E4. Grayscale: #888888. Windows color (decimal): -4946405 or 1803956. OLE color: 1803956.

HSL color Cylindrical-coordinate representation of color #B4861B: hue angle of 41.96º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4861B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 27 -
CMYK 0 0.26 0.85 0.29
HSL 41.96º 0.74% 0.41% -
HSV(B) 41.96º 0.85% 0.71% -
XYZ 27.55 26.83 4.76 -
YUV 135.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 180 134 27 0 0.26 0.85 0.29 41.96 0.74 0.41
Hex B4 86 1B 0 1A 55 1D 2A 4A 29
Octal 264 206 33 0 32 125 35 52 112 51
Binary 10110100 10000110 11011 0 11010 1010101 11101 101010 1001010 101001

Color Harmonies of #B4861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4861B

Black with #B4861B

Text Example


Text Example

White with #B4861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4861B; }

 p { color: rgb(180,134,27); }

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

background-color css

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

 a { background-color: rgb(180,134,27); }

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

border-color css

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

 span { border-color: rgb(180,134,27); }

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