Html Css Color HEX #B48102 Dark Goldenrod

📋 copy color: '#B48102'

red 180 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #B48102

Tints of Dark Goldenrod #B48102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 57.88%
G = 41.48%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B48102 (or 0xB48102) is known color: Dark Goldenrod. HEX triplet: B4, 81 and 02. RGB value is (180,129,2). Sum of RGB (Red+Green+Blue) = 180+129+2=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B48102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48102 is #4B7EFD. Grayscale: #828282. Windows color (decimal): -4947710 or 164276. OLE color: 164276.

HSL color Cylindrical-coordinate representation of color #B48102: hue angle of 42.81º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B48102 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 129 2 -
CMYK 0 0.28 0.99 0.29
HSL 42.81º 0.98% 0.36% -
HSV(B) 42.81º 0.99% 0.71% -
XYZ 26.68 25.41 3.56 -
YUV 129.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 180 129 2 0 0.28 0.99 0.29 42.81 0.98 0.36
Hex B4 81 2 0 1C 63 1D 2B 62 24
Octal 264 201 2 0 34 143 35 53 142 44
Binary 10110100 10000001 10 0 11100 1100011 11101 101011 1100010 100100

Color Harmonies of #B48102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48102

Black with #B48102

Text Example


Text Example

White with #B48102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48102; }

 p { color: rgb(180,129,2); }

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

background-color css

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

 a { background-color: rgb(180,129,2); }

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

border-color css

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

 span { border-color: rgb(180,129,2); }

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