Html Css Color HEX #B38103 Dark Goldenrod

📋 copy color: '#B38103'

red 179 ◦ green 129 ◦ blue 3

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

Shades of Dark Goldenrod #B38103

Tints of Dark Goldenrod #B38103

RGB

 RED value IS 179 (70.31% from 255) = 57.56%

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

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

R = 57.56%
G = 41.48%
B = 0.96%

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

#B38103 (or 0xB38103) is known color: Dark Goldenrod. HEX triplet: B3, 81 and 03. RGB value is (179,129,3). Sum of RGB (Red+Green+Blue) = 179+129+3=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B38103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38103 is #4C7EFC. Grayscale: #828282. Windows color (decimal): -5013245 or 229811. OLE color: 229811.

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

Color convert

RGB 179 129 3 -
CMYK 0 0.28 0.98 0.30
HSL 42.95º 0.97% 0.36% -
HSV(B) 42.95º 0.98% 0.7% -
XYZ 26.46 25.29 3.57 -
YUV 129.59 56.57 163.25 -
System Red Green Blue C M Y K H S L
Decimal 179 129 3 0 0.28 0.98 0.30 42.95 0.97 0.36
Hex B3 81 3 0 1C 62 1E 2B 61 24
Octal 263 201 3 0 34 142 36 53 141 44
Binary 10110011 10000001 11 0 11100 1100010 11110 101011 1100001 100100

Color Harmonies of #B38103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38103

Black with #B38103

Text Example


Text Example

White with #B38103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38103; }

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

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

background-color css

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

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

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

border-color css

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

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

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