Html Css Color HEX #BD8D3B Pizza

📋 copy color: '#BD8D3B'

red 189 ◦ green 141 ◦ blue 59

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

Shades of Pizza #BD8D3B

Tints of Pizza #BD8D3B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.25%

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

R = 48.59%
G = 36.25%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD8D3B (or 0xBD8D3B) is known color: Pizza. HEX triplet: BD, 8D and 3B. RGB value is (189,141,59). Sum of RGB (Red+Green+Blue) = 189+141+59=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D3B is #4272C4. Grayscale: #929292. Windows color (decimal): -4354757 or 3902909. OLE color: 3902909.

HSL color Cylindrical-coordinate representation of color #BD8D3B: hue angle of 37.85º 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 #BD8D3B is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 141 59 -
CMYK 0 0.25 0.69 0.26
HSL 37.85º 0.52% 0.49% -
HSV(B) 37.85º 0.69% 0.74% -
XYZ 31.3 30.18 8.31 -
YUV 146 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 189 141 59 0 0.25 0.69 0.26 37.85 0.52 0.49
Hex BD 8D 3B 0 19 45 1A 26 34 31
Octal 275 215 73 0 31 105 32 46 64 61
Binary 10111101 10001101 111011 0 11001 1000101 11010 100110 110100 110001

Color Harmonies of #BD8D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D3B

Black with #BD8D3B

Text Example


Text Example

White with #BD8D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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