Html Css Color HEX #BD883B Pizza

📋 copy color: '#BD883B'

red 189 ◦ green 136 ◦ blue 59

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

Shades of Pizza #BD883B

Tints of Pizza #BD883B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.36%

R = 49.22%
G = 35.42%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD883B (or 0xBD883B) is known color: Pizza. HEX triplet: BD, 88 and 3B. RGB value is (189,136,59). Sum of RGB (Red+Green+Blue) = 189+136+59=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD883B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD883B is #4277C4. Grayscale: #8F8F8F. Windows color (decimal): -4356037 or 3901629. OLE color: 3901629.

HSL color Cylindrical-coordinate representation of color #BD883B: hue angle of 35.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD883B is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 136 59 -
CMYK 0 0.28 0.69 0.26
HSL 35.54º 0.52% 0.49% -
HSV(B) 35.54º 0.69% 0.74% -
XYZ 30.58 28.74 8.07 -
YUV 143.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 189 136 59 0 0.28 0.69 0.26 35.54 0.52 0.49
Hex BD 88 3B 0 1C 45 1A 24 34 31
Octal 275 210 73 0 34 105 32 44 64 61
Binary 10111101 10001000 111011 0 11100 1000101 11010 100100 110100 110001

Color Harmonies of #BD883B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD883B

Black with #BD883B

Text Example


Text Example

White with #BD883B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD883B; }

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

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

background-color css

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

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

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

border-color css

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

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

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