Html Css Color HEX #BC9B46 Roti

📋 copy color: '#BC9B46'

red 188 ◦ green 155 ◦ blue 70

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

Shades of Roti #BC9B46

Tints of Roti #BC9B46

RGB

 RED value IS 188 (73.83% from 255) = 45.52%

 GREEN value IS 155 (60.94% from 255) = 37.53%

 BLUE value IS 70 (27.73% from 255) = 16.95%

R = 45.52%
G = 37.53%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC9B46 (or 0xBC9B46) is known color: Roti. HEX triplet: BC, 9B and 46. RGB value is (188,155,70). Sum of RGB (Red+Green+Blue) = 188+155+70=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B46 is #4364B9. Grayscale: #9B9B9B. Windows color (decimal): -4416698 or 4627388. OLE color: 4627388.

HSL color Cylindrical-coordinate representation of color #BC9B46: hue angle of 43.22º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC9B46 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 155 70 -
CMYK 0 0.18 0.63 0.26
HSL 43.22º 0.47% 0.51% -
HSV(B) 43.22º 0.63% 0.74% -
XYZ 33.57 34.58 10.7 -
YUV 155.18 79.93 151.41 -
System Red Green Blue C M Y K H S L
Decimal 188 155 70 0 0.18 0.63 0.26 43.22 0.47 0.51
Hex BC 9B 46 0 12 3F 1A 2B 2F 33
Octal 274 233 106 0 22 77 32 53 57 63
Binary 10111100 10011011 1000110 0 10010 111111 11010 101011 101111 110011

Color Harmonies of #BC9B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9B46

Black with #BC9B46

Text Example


Text Example

White with #BC9B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9B46; }

 p { color: rgb(188,155,70); }

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

background-color css

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

 a { background-color: rgb(188,155,70); }

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

border-color css

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

 span { border-color: rgb(188,155,70); }

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