Html Css Color HEX #B28A2F Hokey Pokey

📋 copy color: '#B28A2F'

red 178 ◦ green 138 ◦ blue 47

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

Shades of Hokey Pokey #B28A2F

Tints of Hokey Pokey #B28A2F

RGB

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

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

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

R = 49.04%
G = 38.02%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B28A2F (or 0xB28A2F) is known color: Hokey Pokey. HEX triplet: B2, 8A and 2F. RGB value is (178,138,47). Sum of RGB (Red+Green+Blue) = 178+138+47=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A2F is #4D75D0. Grayscale: #8B8B8B. Windows color (decimal): -5076433 or 3115698. OLE color: 3115698.

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

Color convert

RGB 178 138 47 -
CMYK 0 0.22 0.74 0.30
HSL 41.68º 0.58% 0.44% -
HSV(B) 41.68º 0.74% 0.7% -
XYZ 27.96 27.85 6.59 -
YUV 139.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 178 138 47 0 0.22 0.74 0.30 41.68 0.58 0.44
Hex B2 8A 2F 0 16 4A 1E 2A 3A 2C
Octal 262 212 57 0 26 112 36 52 72 54
Binary 10110010 10001010 101111 0 10110 1001010 11110 101010 111010 101100

Color Harmonies of #B28A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A2F

Black with #B28A2F

Text Example


Text Example

White with #B28A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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