Html Css Color HEX #B28C2D Hokey Pokey

📋 copy color: '#B28C2D'

red 178 ◦ green 140 ◦ blue 45

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

Shades of Hokey Pokey #B28C2D

Tints of Hokey Pokey #B28C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.4%

R = 49.04%
G = 38.57%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B28C2D (or 0xB28C2D) is known color: Hokey Pokey. HEX triplet: B2, 8C and 2D. RGB value is (178,140,45). Sum of RGB (Red+Green+Blue) = 178+140+45=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C2D is #4D73D2. Grayscale: #8C8C8C. Windows color (decimal): -5075923 or 2985138. OLE color: 2985138.

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

Color convert

RGB 178 140 45 -
CMYK 0 0.21 0.75 0.30
HSL 42.86º 0.6% 0.44% -
HSV(B) 42.86º 0.75% 0.7% -
XYZ 28.21 28.41 6.48 -
YUV 140.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 178 140 45 0 0.21 0.75 0.30 42.86 0.6 0.44
Hex B2 8C 2D 0 15 4B 1E 2B 3C 2C
Octal 262 214 55 0 25 113 36 53 74 54
Binary 10110010 10001100 101101 0 10101 1001011 11110 101011 111100 101100

Color Harmonies of #B28C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C2D

Black with #B28C2D

Text Example


Text Example

White with #B28C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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