Html Css Color HEX #B28C2E Hokey Pokey

📋 copy color: '#B28C2E'

red 178 ◦ green 140 ◦ blue 46

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

Shades of Hokey Pokey #B28C2E

Tints of Hokey Pokey #B28C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 48.9%
G = 38.46%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B28C2E (or 0xB28C2E) is known color: Hokey Pokey. HEX triplet: B2, 8C and 2E. RGB value is (178,140,46). Sum of RGB (Red+Green+Blue) = 178+140+46=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C2E is #4D73D1. Grayscale: #8D8D8D. Windows color (decimal): -5075922 or 3050674. OLE color: 3050674.

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

Color convert

RGB 178 140 46 -
CMYK 0 0.21 0.74 0.30
HSL 42.73º 0.59% 0.44% -
HSV(B) 42.73º 0.74% 0.7% -
XYZ 28.23 28.42 6.58 -
YUV 140.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 178 140 46 0 0.21 0.74 0.30 42.73 0.59 0.44
Hex B2 8C 2E 0 15 4A 1E 2B 3B 2C
Octal 262 214 56 0 25 112 36 53 73 54
Binary 10110010 10001100 101110 0 10101 1001010 11110 101011 111011 101100

Color Harmonies of #B28C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C2E

Black with #B28C2E

Text Example


Text Example

White with #B28C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C2E; }

 p { color: rgb(178,140,46); }

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

background-color css

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

 a { background-color: rgb(178,140,46); }

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

border-color css

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

 span { border-color: rgb(178,140,46); }

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