Html Css Color HEX #B28B2D Hokey Pokey

📋 copy color: '#B28B2D'

red 178 ◦ green 139 ◦ blue 45

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

Shades of Hokey Pokey #B28B2D

Tints of Hokey Pokey #B28B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.4%

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

R = 49.17%
G = 38.4%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B28B2D (or 0xB28B2D) is known color: Hokey Pokey. HEX triplet: B2, 8B and 2D. RGB value is (178,139,45). Sum of RGB (Red+Green+Blue) = 178+139+45=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28B2D is #4D74D2. Grayscale: #8C8C8C. Windows color (decimal): -5076179 or 2984882. OLE color: 2984882.

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

Color convert

RGB 178 139 45 -
CMYK 0 0.22 0.75 0.30
HSL 42.41º 0.6% 0.44% -
HSV(B) 42.41º 0.75% 0.7% -
XYZ 28.07 28.12 6.43 -
YUV 139.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 178 139 45 0 0.22 0.75 0.30 42.41 0.6 0.44
Hex B2 8B 2D 0 16 4B 1E 2A 3C 2C
Octal 262 213 55 0 26 113 36 52 74 54
Binary 10110010 10001011 101101 0 10110 1001011 11110 101010 111100 101100

Color Harmonies of #B28B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28B2D

Black with #B28B2D

Text Example


Text Example

White with #B28B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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