Html Css Color HEX #B68C35 Hokey Pokey

📋 copy color: '#B68C35'

red 182 ◦ green 140 ◦ blue 53

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

Shades of Hokey Pokey #B68C35

Tints of Hokey Pokey #B68C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 48.53%
G = 37.33%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B68C35 (or 0xB68C35) is known color: Hokey Pokey. HEX triplet: B6, 8C and 35. RGB value is (182,140,53). Sum of RGB (Red+Green+Blue) = 182+140+53=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C35 is #4973CA. Grayscale: #8F8F8F. Windows color (decimal): -4813771 or 3509430. OLE color: 3509430.

HSL color Cylindrical-coordinate representation of color #B68C35: hue angle of 40.47º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B68C35 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 140 53 -
CMYK 0 0.23 0.71 0.29
HSL 40.47º 0.55% 0.46% -
HSV(B) 40.47º 0.71% 0.71% -
XYZ 29.31 28.96 7.41 -
YUV 142.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 182 140 53 0 0.23 0.71 0.29 40.47 0.55 0.46
Hex B6 8C 35 0 17 47 1D 28 37 2E
Octal 266 214 65 0 27 107 35 50 67 56
Binary 10110110 10001100 110101 0 10111 1000111 11101 101000 110111 101110

Color Harmonies of #B68C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C35

Black with #B68C35

Text Example


Text Example

White with #B68C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C35; }

 p { color: rgb(182,140,53); }

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

background-color css

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

 a { background-color: rgb(182,140,53); }

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

border-color css

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

 span { border-color: rgb(182,140,53); }

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