Html Css Color HEX #B88003 Dark Goldenrod

📋 copy color: '#B88003'

red 184 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #B88003

Tints of Dark Goldenrod #B88003

RGB

 RED value IS 184 (72.27% from 255) = 58.41%

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

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

R = 58.41%
G = 40.63%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B88003 (or 0xB88003) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 03. RGB value is (184,128,3). Sum of RGB (Red+Green+Blue) = 184+128+3=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B88003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88003 is #477FFC. Grayscale: #838383. Windows color (decimal): -4685821 or 229560. OLE color: 229560.

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

Color convert

RGB 184 128 3 -
CMYK 0 0.30 0.98 0.28
HSL 41.44º 0.97% 0.37% -
HSV(B) 41.44º 0.98% 0.72% -
XYZ 27.5 25.64 3.58 -
YUV 130.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 184 128 3 0 0.30 0.98 0.28 41.44 0.97 0.37
Hex B8 80 3 0 1E 62 1C 29 61 25
Octal 270 200 3 0 36 142 34 51 141 45
Binary 10111000 10000000 11 0 11110 1100010 11100 101001 1100001 100101

Color Harmonies of #B88003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88003

Black with #B88003

Text Example


Text Example

White with #B88003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88003; }

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

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

background-color css

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

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

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

border-color css

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

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

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