Html Css Color HEX #B28A00 Dark Goldenrod

📋 copy color: '#B28A00'

red 178 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #B28A00

Tints of Dark Goldenrod #B28A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.33%
G = 43.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B28A00 (or 0xB28A00) is known color: Dark Goldenrod. HEX triplet: B2, 8A and 00. RGB value is (178,138,0). Sum of RGB (Red+Green+Blue) = 178+138+0=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28A00 is #4D75FF. Grayscale: #868686. Windows color (decimal): -5076480 or 35506. OLE color: 35506.

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

Color convert

RGB 178 138 0 -
CMYK 0 0.22 1 0.30
HSL 46.52º 1% 0.35% -
HSV(B) 46.52º 1% 0.7% -
XYZ 27.45 27.64 3.89 -
YUV 134.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 178 138 0 0 0.22 1 0.30 46.52 1 0.35
Hex B2 8A 0 0 16 64 1E 2F 64 23
Octal 262 212 0 0 26 144 36 57 144 43
Binary 10110010 10001010 0 0 10110 1100100 11110 101111 1100100 100011

Color Harmonies of #B28A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A00

Black with #B28A00

Text Example


Text Example

White with #B28A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A00; }

 p { color: rgb(178,138,0); }

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

background-color css

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

 a { background-color: rgb(178,138,0); }

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

border-color css

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

 span { border-color: rgb(178,138,0); }

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