Html Css Color HEX #B28C30 Hokey Pokey

📋 copy color: '#B28C30'

red 178 ◦ green 140 ◦ blue 48

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

Shades of Hokey Pokey #B28C30

Tints of Hokey Pokey #B28C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.11%

R = 48.63%
G = 38.25%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B28C30 (or 0xB28C30) is known color: Hokey Pokey. HEX triplet: B2, 8C and 30. RGB value is (178,140,48). Sum of RGB (Red+Green+Blue) = 178+140+48=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C30 is #4D73CF. Grayscale: #8D8D8D. Windows color (decimal): -5075920 or 3181746. OLE color: 3181746.

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

Color convert

RGB 178 140 48 -
CMYK 0 0.21 0.73 0.30
HSL 42.46º 0.58% 0.44% -
HSV(B) 42.46º 0.73% 0.7% -
XYZ 28.27 28.43 6.79 -
YUV 140.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 178 140 48 0 0.21 0.73 0.30 42.46 0.58 0.44
Hex B2 8C 30 0 15 49 1E 2A 3A 2C
Octal 262 214 60 0 25 111 36 52 72 54
Binary 10110010 10001100 110000 0 10101 1001001 11110 101010 111010 101100

Color Harmonies of #B28C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C30

Black with #B28C30

Text Example


Text Example

White with #B28C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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