Html Css Color HEX #B28930 Hokey Pokey

📋 copy color: '#B28930'

red 178 ◦ green 137 ◦ blue 48

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

Shades of Hokey Pokey #B28930

Tints of Hokey Pokey #B28930

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 49.04%
G = 37.74%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B28930 (or 0xB28930) is known color: Hokey Pokey. HEX triplet: B2, 89 and 30. RGB value is (178,137,48). Sum of RGB (Red+Green+Blue) = 178+137+48=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B28930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28930 is #4D76CF. Grayscale: #8B8B8B. Windows color (decimal): -5076688 or 3180978. OLE color: 3180978.

HSL color Cylindrical-coordinate representation of color #B28930: hue angle of 41.08º 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 #B28930 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 137 48 -
CMYK 0 0.23 0.73 0.30
HSL 41.08º 0.58% 0.44% -
HSV(B) 41.08º 0.73% 0.7% -
XYZ 27.84 27.57 6.65 -
YUV 139.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 178 137 48 0 0.23 0.73 0.30 41.08 0.58 0.44
Hex B2 89 30 0 17 49 1E 29 3A 2C
Octal 262 211 60 0 27 111 36 51 72 54
Binary 10110010 10001001 110000 0 10111 1001001 11110 101001 111010 101100

Color Harmonies of #B28930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28930

Black with #B28930

Text Example


Text Example

White with #B28930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28930; }

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

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

background-color css

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

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

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

border-color css

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

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

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