Html Css Color HEX #B68530 Hokey Pokey

📋 copy color: '#B68530'

red 182 ◦ green 133 ◦ blue 48

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

Shades of Hokey Pokey #B68530

Tints of Hokey Pokey #B68530

RGB

 RED value IS 182 (71.48% from 255) = 50.14%

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 50.14%
G = 36.64%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B68530 (or 0xB68530) is known color: Hokey Pokey. HEX triplet: B6, 85 and 30. RGB value is (182,133,48). Sum of RGB (Red+Green+Blue) = 182+133+48=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B68530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68530 is #497ACF. Grayscale: #8A8A8A. Windows color (decimal): -4815568 or 3179958. OLE color: 3179958.

HSL color Cylindrical-coordinate representation of color #B68530: hue angle of 38.06º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B68530 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 133 48 -
CMYK 0 0.27 0.74 0.29
HSL 38.06º 0.58% 0.45% -
HSV(B) 38.06º 0.74% 0.71% -
XYZ 28.21 26.93 6.51 -
YUV 137.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 182 133 48 0 0.27 0.74 0.29 38.06 0.58 0.45
Hex B6 85 30 0 1B 4A 1D 26 3A 2D
Octal 266 205 60 0 33 112 35 46 72 55
Binary 10110110 10000101 110000 0 11011 1001010 11101 100110 111010 101101

Color Harmonies of #B68530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68530

Black with #B68530

Text Example


Text Example

White with #B68530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68530; }

 p { color: rgb(182,133,48); }

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

background-color css

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

 a { background-color: rgb(182,133,48); }

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

border-color css

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

 span { border-color: rgb(182,133,48); }

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