Html Css Color HEX #B68D36 Hokey Pokey

📋 copy color: '#B68D36'

red 182 ◦ green 141 ◦ blue 54

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

Shades of Hokey Pokey #B68D36

Tints of Hokey Pokey #B68D36

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 54 (21.48% from 255) = 14.32%

R = 48.28%
G = 37.4%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B68D36 (or 0xB68D36) is known color: Hokey Pokey. HEX triplet: B6, 8D and 36. RGB value is (182,141,54). Sum of RGB (Red+Green+Blue) = 182+141+54=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D36 is #4972C9. Grayscale: #8F8F8F. Windows color (decimal): -4813514 or 3575222. OLE color: 3575222.

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

Color convert

RGB 182 141 54 -
CMYK 0 0.23 0.70 0.29
HSL 40.78º 0.54% 0.46% -
HSV(B) 40.78º 0.7% 0.71% -
XYZ 29.48 29.26 7.58 -
YUV 143.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 182 141 54 0 0.23 0.70 0.29 40.78 0.54 0.46
Hex B6 8D 36 0 17 46 1D 29 36 2E
Octal 266 215 66 0 27 106 35 51 66 56
Binary 10110110 10001101 110110 0 10111 1000110 11101 101001 110110 101110

Color Harmonies of #B68D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D36

Black with #B68D36

Text Example


Text Example

White with #B68D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D36; }

 p { color: rgb(182,141,54); }

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

background-color css

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

 a { background-color: rgb(182,141,54); }

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

border-color css

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

 span { border-color: rgb(182,141,54); }

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