Html Css Color HEX #B48C35 Hokey Pokey

📋 copy color: '#B48C35'

red 180 ◦ green 140 ◦ blue 53

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

Shades of Hokey Pokey #B48C35

Tints of Hokey Pokey #B48C35

RGB

 RED value IS 180 (70.7% from 255) = 48.26%

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

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

R = 48.26%
G = 37.53%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B48C35 (or 0xB48C35) is known color: Hokey Pokey. HEX triplet: B4, 8C and 35. RGB value is (180,140,53). Sum of RGB (Red+Green+Blue) = 180+140+53=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C35 is #4B73CA. Grayscale: #8E8E8E. Windows color (decimal): -4944843 or 3509428. OLE color: 3509428.

HSL color Cylindrical-coordinate representation of color #B48C35: hue angle of 41.1º 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 #B48C35 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 53 -
CMYK 0 0.22 0.71 0.29
HSL 41.1º 0.55% 0.46% -
HSV(B) 41.1º 0.71% 0.71% -
XYZ 28.84 28.72 7.39 -
YUV 142.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 180 140 53 0 0.22 0.71 0.29 41.1 0.55 0.46
Hex B4 8C 35 0 16 47 1D 29 37 2E
Octal 264 214 65 0 26 107 35 51 67 56
Binary 10110100 10001100 110101 0 10110 1000111 11101 101001 110111 101110

Color Harmonies of #B48C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C35

Black with #B48C35

Text Example


Text Example

White with #B48C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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