Html Css Color HEX #BD8838 Pizza

📋 copy color: '#BD8838'

red 189 ◦ green 136 ◦ blue 56

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

Shades of Pizza #BD8838

Tints of Pizza #BD8838

RGB

 RED value IS 189 (74.22% from 255) = 49.61%

 GREEN value IS 136 (53.52% from 255) = 35.7%

 BLUE value IS 56 (22.27% from 255) = 14.7%

R = 49.61%
G = 35.7%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD8838 (or 0xBD8838) is known color: Pizza. HEX triplet: BD, 88 and 38. RGB value is (189,136,56). Sum of RGB (Red+Green+Blue) = 189+136+56=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8838 is #4277C7. Grayscale: #8F8F8F. Windows color (decimal): -4356040 or 3705021. OLE color: 3705021.

HSL color Cylindrical-coordinate representation of color #BD8838: hue angle of 36.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD8838 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 136 56 -
CMYK 0 0.28 0.70 0.26
HSL 36.09º 0.54% 0.48% -
HSV(B) 36.09º 0.7% 0.74% -
XYZ 30.5 28.71 7.68 -
YUV 142.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 189 136 56 0 0.28 0.70 0.26 36.09 0.54 0.48
Hex BD 88 38 0 1C 46 1A 24 36 30
Octal 275 210 70 0 34 106 32 44 66 60
Binary 10111101 10001000 111000 0 11100 1000110 11010 100100 110110 110000

Color Harmonies of #BD8838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8838

Black with #BD8838

Text Example


Text Example

White with #BD8838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8838; }

 p { color: rgb(189,136,56); }

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

background-color css

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

 a { background-color: rgb(189,136,56); }

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

border-color css

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

 span { border-color: rgb(189,136,56); }

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