Html Css Color HEX #B68F8F Rosy Brown

📋 copy color: '#B68F8F'

red 182 ◦ green 143 ◦ blue 143

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

Shades of Rosy Brown #B68F8F

Tints of Rosy Brown #B68F8F

RGB

 RED value IS 182 (71.48% from 255) = 38.89%

 GREEN value IS 143 (56.25% from 255) = 30.56%

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 38.89%
G = 30.56%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B68F8F (or 0xB68F8F) is known color: Rosy Brown. HEX triplet: B6, 8F and 8F. RGB value is (182,143,143). Sum of RGB (Red+Green+Blue) = 182+143+143=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68F8F is #497070. Grayscale: #9A9A9A. Windows color (decimal): -4812913 or 9408438. OLE color: 9408438.

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

Color convert

RGB 182 143 143 -
CMYK 0 0.21 0.21 0.29
HSL 0.21% 0.64% -
HSV(B) 0.21% 0.71% -
XYZ 34.07 31.57 30.29 -
YUV 154.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 182 143 143 0 0.21 0.21 0.29 0 0.21 0.64
Hex B6 8F 8F 0 15 15 1D 0 15 40
Octal 266 217 217 0 25 25 35 0 25 100
Binary 10110110 10001111 10001111 0 10101 10101 11101 0 10101 1000000

Color Harmonies of #B68F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F8F

Black with #B68F8F

Text Example


Text Example

White with #B68F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F8F; }

 p { color: rgb(182,143,143); }

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

background-color css

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

 a { background-color: rgb(182,143,143); }

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

border-color css

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

 span { border-color: rgb(182,143,143); }

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