Html Css Color HEX #BD893C Pizza

📋 copy color: '#BD893C'

red 189 ◦ green 137 ◦ blue 60

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

Shades of Pizza #BD893C

Tints of Pizza #BD893C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.49%

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 48.96%
G = 35.49%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD893C (or 0xBD893C) is known color: Pizza. HEX triplet: BD, 89 and 3C. RGB value is (189,137,60). Sum of RGB (Red+Green+Blue) = 189+137+60=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD893C is #4276C3. Grayscale: #909090. Windows color (decimal): -4355780 or 3967421. OLE color: 3967421.

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

Color convert

RGB 189 137 60 -
CMYK 0 0.28 0.68 0.26
HSL 35.81º 0.52% 0.49% -
HSV(B) 35.81º 0.68% 0.74% -
XYZ 30.75 29.04 8.26 -
YUV 143.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 189 137 60 0 0.28 0.68 0.26 35.81 0.52 0.49
Hex BD 89 3C 0 1C 44 1A 24 34 31
Octal 275 211 74 0 34 104 32 44 64 61
Binary 10111101 10001001 111100 0 11100 1000100 11010 100100 110100 110001

Color Harmonies of #BD893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD893C

Black with #BD893C

Text Example


Text Example

White with #BD893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD893C; }

 p { color: rgb(189,137,60); }

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

background-color css

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

 a { background-color: rgb(189,137,60); }

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

border-color css

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

 span { border-color: rgb(189,137,60); }

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