Html Css Color HEX #B68D2F Hokey Pokey

📋 copy color: '#B68D2F'

red 182 ◦ green 141 ◦ blue 47

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

Shades of Hokey Pokey #B68D2F

Tints of Hokey Pokey #B68D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 49.19%
G = 38.11%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B68D2F (or 0xB68D2F) is known color: Hokey Pokey. HEX triplet: B6, 8D and 2F. RGB value is (182,141,47). Sum of RGB (Red+Green+Blue) = 182+141+47=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D2F is #4972D0. Grayscale: #8E8E8E. Windows color (decimal): -4813521 or 3116470. OLE color: 3116470.

HSL color Cylindrical-coordinate representation of color #B68D2F: hue angle of 41.78º degrees, saturation: 0.59, 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 #B68D2F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 141 47 -
CMYK 0 0.23 0.74 0.29
HSL 41.78º 0.59% 0.45% -
HSV(B) 41.78º 0.74% 0.71% -
XYZ 29.33 29.2 6.78 -
YUV 142.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 182 141 47 0 0.23 0.74 0.29 41.78 0.59 0.45
Hex B6 8D 2F 0 17 4A 1D 2A 3B 2D
Octal 266 215 57 0 27 112 35 52 73 55
Binary 10110110 10001101 101111 0 10111 1001010 11101 101010 111011 101101

Color Harmonies of #B68D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D2F

Black with #B68D2F

Text Example


Text Example

White with #B68D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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