Html Css Color HEX #B28E30 Hokey Pokey

📋 copy color: '#B28E30'

red 178 ◦ green 142 ◦ blue 48

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

Shades of Hokey Pokey #B28E30

Tints of Hokey Pokey #B28E30

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.59%

 BLUE value IS 48 (19.14% from 255) = 13.04%

R = 48.37%
G = 38.59%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B28E30 (or 0xB28E30) is known color: Hokey Pokey. HEX triplet: B2, 8E and 30. RGB value is (178,142,48). Sum of RGB (Red+Green+Blue) = 178+142+48=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E30 is #4D71CF. Grayscale: #8E8E8E. Windows color (decimal): -5075408 or 3182258. OLE color: 3182258.

HSL color Cylindrical-coordinate representation of color #B28E30: hue angle of 43.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B28E30 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 142 48 -
CMYK 0 0.20 0.73 0.30
HSL 43.38º 0.58% 0.44% -
HSV(B) 43.38º 0.73% 0.7% -
XYZ 28.57 29.02 6.89 -
YUV 142.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 178 142 48 0 0.20 0.73 0.30 43.38 0.58 0.44
Hex B2 8E 30 0 14 49 1E 2B 3A 2C
Octal 262 216 60 0 24 111 36 53 72 54
Binary 10110010 10001110 110000 0 10100 1001001 11110 101011 111010 101100

Color Harmonies of #B28E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E30

Black with #B28E30

Text Example


Text Example

White with #B28E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E30; }

 p { color: rgb(178,142,48); }

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

background-color css

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

 a { background-color: rgb(178,142,48); }

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

border-color css

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

 span { border-color: rgb(178,142,48); }

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