Html Css Color HEX #B28E2F Hokey Pokey

📋 copy color: '#B28E2F'

red 178 ◦ green 142 ◦ blue 47

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

Shades of Hokey Pokey #B28E2F

Tints of Hokey Pokey #B28E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 48.5%
G = 38.69%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B28E2F (or 0xB28E2F) is known color: Hokey Pokey. HEX triplet: B2, 8E and 2F. RGB value is (178,142,47). Sum of RGB (Red+Green+Blue) = 178+142+47=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E2F is #4D71D0. Grayscale: #8E8E8E. Windows color (decimal): -5075409 or 3116722. OLE color: 3116722.

HSL color Cylindrical-coordinate representation of color #B28E2F: hue angle of 43.51º degrees, saturation: 0.58, 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 #B28E2F is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 142 47 -
CMYK 0 0.20 0.74 0.30
HSL 43.51º 0.58% 0.44% -
HSV(B) 43.51º 0.74% 0.7% -
XYZ 28.55 29.02 6.79 -
YUV 141.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 178 142 47 0 0.20 0.74 0.30 43.51 0.58 0.44
Hex B2 8E 2F 0 14 4A 1E 2C 3A 2C
Octal 262 216 57 0 24 112 36 54 72 54
Binary 10110010 10001110 101111 0 10100 1001010 11110 101100 111010 101100

Color Harmonies of #B28E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E2F

Black with #B28E2F

Text Example


Text Example

White with #B28E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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