Html Css Color HEX #B4831B Dark Goldenrod

📋 copy color: '#B4831B'

red 180 ◦ green 131 ◦ blue 27

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

Shades of Dark Goldenrod #B4831B

Tints of Dark Goldenrod #B4831B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

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

R = 53.25%
G = 38.76%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4831B (or 0xB4831B) is known color: Dark Goldenrod. HEX triplet: B4, 83 and 1B. RGB value is (180,131,27). Sum of RGB (Red+Green+Blue) = 180+131+27=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4831B is #4B7CE4. Grayscale: #868686. Windows color (decimal): -4947173 or 1803188. OLE color: 1803188.

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

Color convert

RGB 180 131 27 -
CMYK 0 0.27 0.85 0.29
HSL 40.78º 0.74% 0.41% -
HSV(B) 40.78º 0.85% 0.71% -
XYZ 27.14 26.02 4.63 -
YUV 133.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 180 131 27 0 0.27 0.85 0.29 40.78 0.74 0.41
Hex B4 83 1B 0 1B 55 1D 29 4A 29
Octal 264 203 33 0 33 125 35 51 112 51
Binary 10110100 10000011 11011 0 11011 1010101 11101 101001 1001010 101001

Color Harmonies of #B4831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4831B

Black with #B4831B

Text Example


Text Example

White with #B4831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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