Html Css Color HEX #B28103 Dark Goldenrod

📋 copy color: '#B28103'

red 178 ◦ green 129 ◦ blue 3

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

Shades of Dark Goldenrod #B28103

Tints of Dark Goldenrod #B28103

RGB

 RED value IS 178 (69.92% from 255) = 57.42%

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 57.42%
G = 41.61%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B28103 (or 0xB28103) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 03. RGB value is (178,129,3). Sum of RGB (Red+Green+Blue) = 178+129+3=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B28103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28103 is #4D7EFC. Grayscale: #818181. Windows color (decimal): -5078781 or 229810. OLE color: 229810.

HSL color Cylindrical-coordinate representation of color #B28103: hue angle of 43.2º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B28103 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 3 -
CMYK 0 0.28 0.98 0.30
HSL 43.2º 0.97% 0.35% -
HSV(B) 43.2º 0.98% 0.7% -
XYZ 26.23 25.17 3.56 -
YUV 129.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 178 129 3 0 0.28 0.98 0.30 43.2 0.97 0.35
Hex B2 81 3 0 1C 62 1E 2B 61 23
Octal 262 201 3 0 34 142 36 53 141 43
Binary 10110010 10000001 11 0 11100 1100010 11110 101011 1100001 100011

Color Harmonies of #B28103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28103

Black with #B28103

Text Example


Text Example

White with #B28103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28103; }

 p { color: rgb(178,129,3); }

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

background-color css

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

 a { background-color: rgb(178,129,3); }

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

border-color css

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

 span { border-color: rgb(178,129,3); }

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