Html Css Color HEX #B67C6B Brandy Rose

📋 copy color: '#B67C6B'

red 182 ◦ green 124 ◦ blue 107

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

Shades of Brandy Rose #B67C6B

Tints of Brandy Rose #B67C6B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 44.07%
G = 30.02%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B67C6B (or 0xB67C6B) is known color: Brandy Rose. HEX triplet: B6, 7C and 6B. RGB value is (182,124,107). Sum of RGB (Red+Green+Blue) = 182+124+107=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C6B is #498394. Grayscale: #8B8B8B. Windows color (decimal): -4817813 or 7044278. OLE color: 7044278.

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

Color convert

RGB 182 124 107 -
CMYK 0 0.32 0.41 0.29
HSL 13.6º 0.34% 0.57% -
HSV(B) 13.6º 0.41% 0.71% -
XYZ 29.15 25.42 17.28 -
YUV 139.4 109.72 158.38 -
System Red Green Blue C M Y K H S L
Decimal 182 124 107 0 0.32 0.41 0.29 13.6 0.34 0.57
Hex B6 7C 6B 0 20 29 1D E 22 39
Octal 266 174 153 0 40 51 35 16 42 71
Binary 10110110 1111100 1101011 0 100000 101001 11101 1110 100010 111001

Color Harmonies of #B67C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C6B

Black with #B67C6B

Text Example


Text Example

White with #B67C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C6B; }

 p { color: rgb(182,124,107); }

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

background-color css

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

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

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

border-color css

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

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

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