Html Css Color HEX #B68F32 Hokey Pokey

📋 copy color: '#B68F32'

red 182 ◦ green 143 ◦ blue 50

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

Shades of Hokey Pokey #B68F32

Tints of Hokey Pokey #B68F32

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 48.53%
G = 38.13%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B68F32 (or 0xB68F32) is known color: Hokey Pokey. HEX triplet: B6, 8F and 32. RGB value is (182,143,50). Sum of RGB (Red+Green+Blue) = 182+143+50=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F32 is #4970CD. Grayscale: #909090. Windows color (decimal): -4813006 or 3313590. OLE color: 3313590.

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

Color convert

RGB 182 143 50 -
CMYK 0 0.21 0.73 0.29
HSL 42.27º 0.57% 0.45% -
HSV(B) 42.27º 0.73% 0.71% -
XYZ 29.69 29.82 7.21 -
YUV 144.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 182 143 50 0 0.21 0.73 0.29 42.27 0.57 0.45
Hex B6 8F 32 0 15 49 1D 2A 39 2D
Octal 266 217 62 0 25 111 35 52 71 55
Binary 10110110 10001111 110010 0 10101 1001001 11101 101010 111001 101101

Color Harmonies of #B68F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F32

Black with #B68F32

Text Example


Text Example

White with #B68F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F32; }

 p { color: rgb(182,143,50); }

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

background-color css

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

 a { background-color: rgb(182,143,50); }

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

border-color css

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

 span { border-color: rgb(182,143,50); }

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