Html Css Color HEX #BC9843 Roti

📋 copy color: '#BC9843'

red 188 ◦ green 152 ◦ blue 67

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

Shades of Roti #BC9843

Tints of Roti #BC9843

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.35%

 BLUE value IS 67 (26.56% from 255) = 16.46%

R = 46.19%
G = 37.35%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC9843 (or 0xBC9843) is known color: Roti. HEX triplet: BC, 98 and 43. RGB value is (188,152,67). Sum of RGB (Red+Green+Blue) = 188+152+67=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9843 is #4367BC. Grayscale: #999999. Windows color (decimal): -4417469 or 4430012. OLE color: 4430012.

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

Color convert

RGB 188 152 67 -
CMYK 0 0.19 0.64 0.26
HSL 42.15º 0.47% 0.5% -
HSV(B) 42.15º 0.64% 0.74% -
XYZ 32.98 33.55 10.05 -
YUV 153.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 188 152 67 0 0.19 0.64 0.26 42.15 0.47 0.5
Hex BC 98 43 0 13 40 1A 2A 2F 32
Octal 274 230 103 0 23 100 32 52 57 62
Binary 10111100 10011000 1000011 0 10011 1000000 11010 101010 101111 110010

Color Harmonies of #BC9843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9843

Black with #BC9843

Text Example


Text Example

White with #BC9843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9843; }

 p { color: rgb(188,152,67); }

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

background-color css

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

 a { background-color: rgb(188,152,67); }

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

border-color css

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

 span { border-color: rgb(188,152,67); }

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