Html Css Color HEX #B48C2D Hokey Pokey

📋 copy color: '#B48C2D'

red 180 ◦ green 140 ◦ blue 45

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

Shades of Hokey Pokey #B48C2D

Tints of Hokey Pokey #B48C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 49.32%
G = 38.36%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B48C2D (or 0xB48C2D) is known color: Hokey Pokey. HEX triplet: B4, 8C and 2D. RGB value is (180,140,45). Sum of RGB (Red+Green+Blue) = 180+140+45=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C2D is #4B73D2. Grayscale: #8D8D8D. Windows color (decimal): -4944851 or 2985140. OLE color: 2985140.

HSL color Cylindrical-coordinate representation of color #B48C2D: hue angle of 42.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B48C2D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 45 -
CMYK 0 0.22 0.75 0.29
HSL 42.22º 0.6% 0.44% -
HSV(B) 42.22º 0.75% 0.71% -
XYZ 28.67 28.65 6.5 -
YUV 141.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 180 140 45 0 0.22 0.75 0.29 42.22 0.6 0.44
Hex B4 8C 2D 0 16 4B 1D 2A 3C 2C
Octal 264 214 55 0 26 113 35 52 74 54
Binary 10110100 10001100 101101 0 10110 1001011 11101 101010 111100 101100

Color Harmonies of #B48C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C2D

Black with #B48C2D

Text Example


Text Example

White with #B48C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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