Html Css Color HEX #BC9844 Roti

📋 copy color: '#BC9844'

red 188 ◦ green 152 ◦ blue 68

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

Shades of Roti #BC9844

Tints of Roti #BC9844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.67%

R = 46.08%
G = 37.25%
B = 16.67%

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

#BC9844 (or 0xBC9844) is known color: Roti. HEX triplet: BC, 98 and 44. RGB value is (188,152,68). Sum of RGB (Red+Green+Blue) = 188+152+68=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9844 is #4367BB. Grayscale: #999999. Windows color (decimal): -4417468 or 4495548. OLE color: 4495548.

HSL color Cylindrical-coordinate representation of color #BC9844: hue angle of 42º 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 #BC9844 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 68 -
CMYK 0 0.19 0.64 0.26
HSL 42º 0.47% 0.5% -
HSV(B) 42º 0.64% 0.74% -
XYZ 33.01 33.57 10.21 -
YUV 153.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 188 152 68 0 0.19 0.64 0.26 42 0.47 0.5
Hex BC 98 44 0 13 40 1A 2A 2F 32
Octal 274 230 104 0 23 100 32 52 57 62
Binary 10111100 10011000 1000100 0 10011 1000000 11010 101010 101111 110010

Color Harmonies of #BC9844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9844

Black with #BC9844

Text Example


Text Example

White with #BC9844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9844; }

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

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

background-color css

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

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

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

border-color css

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

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

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