Html Css Color HEX #B68003 Dark Goldenrod

📋 copy color: '#B68003'

red 182 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #B68003

Tints of Dark Goldenrod #B68003

RGB

 RED value IS 182 (71.48% from 255) = 58.15%

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 58.15%
G = 40.89%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B68003 (or 0xB68003) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 03. RGB value is (182,128,3). Sum of RGB (Red+Green+Blue) = 182+128+3=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B68003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68003 is #497FFC. Grayscale: #828282. Windows color (decimal): -4816893 or 229558. OLE color: 229558.

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

Color convert

RGB 182 128 3 -
CMYK 0 0.30 0.98 0.29
HSL 41.9º 0.97% 0.36% -
HSV(B) 41.9º 0.98% 0.71% -
XYZ 27.03 25.39 3.56 -
YUV 129.9 56.39 165.16 -
System Red Green Blue C M Y K H S L
Decimal 182 128 3 0 0.30 0.98 0.29 41.9 0.97 0.36
Hex B6 80 3 0 1E 62 1D 2A 61 24
Octal 266 200 3 0 36 142 35 52 141 44
Binary 10110110 10000000 11 0 11110 1100010 11101 101010 1100001 100100

Color Harmonies of #B68003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68003

Black with #B68003

Text Example


Text Example

White with #B68003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68003; }

 p { color: rgb(182,128,3); }

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

background-color css

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

 a { background-color: rgb(182,128,3); }

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

border-color css

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

 span { border-color: rgb(182,128,3); }

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