Html Css Color HEX #B4851B Dark Goldenrod

📋 copy color: '#B4851B'

red 180 ◦ green 133 ◦ blue 27

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

Shades of Dark Goldenrod #B4851B

Tints of Dark Goldenrod #B4851B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

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

R = 52.94%
G = 39.12%
B = 7.94%

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

#B4851B (or 0xB4851B) is known color: Dark Goldenrod. HEX triplet: B4, 85 and 1B. RGB value is (180,133,27). Sum of RGB (Red+Green+Blue) = 180+133+27=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4851B is #4B7AE4. Grayscale: #878787. Windows color (decimal): -4946661 or 1803700. OLE color: 1803700.

HSL color Cylindrical-coordinate representation of color #B4851B: hue angle of 41.57º 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 #B4851B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 133 27 -
CMYK 0 0.26 0.85 0.29
HSL 41.57º 0.74% 0.41% -
HSV(B) 41.57º 0.85% 0.71% -
XYZ 27.41 26.56 4.72 -
YUV 134.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 180 133 27 0 0.26 0.85 0.29 41.57 0.74 0.41
Hex B4 85 1B 0 1A 55 1D 2A 4A 29
Octal 264 205 33 0 32 125 35 52 112 51
Binary 10110100 10000101 11011 0 11010 1010101 11101 101010 1001010 101001

Color Harmonies of #B4851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4851B

Black with #B4851B

Text Example


Text Example

White with #B4851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4851B; }

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

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

background-color css

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

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

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

border-color css

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

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

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