Html Css Color HEX #BD8C8A Rosy Brown

📋 copy color: '#BD8C8A'

red 189 ◦ green 140 ◦ blue 138

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

Shades of Rosy Brown #BD8C8A

Tints of Rosy Brown #BD8C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 40.47%
G = 29.98%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD8C8A (or 0xBD8C8A) is known color: Rosy Brown. HEX triplet: BD, 8C and 8A. RGB value is (189,140,138). Sum of RGB (Red+Green+Blue) = 189+140+138=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C8A is #427375. Grayscale: #9A9A9A. Windows color (decimal): -4354934 or 9079997. OLE color: 9079997.

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

Color convert

RGB 189 140 138 -
CMYK 0 0.26 0.27 0.26
HSL 2.35º 0.28% 0.64% -
HSV(B) 2.35º 0.27% 0.74% -
XYZ 34.95 31.41 28.27 -
YUV 154.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 189 140 138 0 0.26 0.27 0.26 2.35 0.28 0.64
Hex BD 8C 8A 0 1A 1B 1A 2 1C 40
Octal 275 214 212 0 32 33 32 2 34 100
Binary 10111101 10001100 10001010 0 11010 11011 11010 10 11100 1000000

Color Harmonies of #BD8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C8A

Black with #BD8C8A

Text Example


Text Example

White with #BD8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C8A; }

 p { color: rgb(189,140,138); }

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

background-color css

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

 a { background-color: rgb(189,140,138); }

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

border-color css

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

 span { border-color: rgb(189,140,138); }

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