Html Css Color HEX #BC9440 Roti

📋 copy color: '#BC9440'

red 188 ◦ green 148 ◦ blue 64

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

Shades of Roti #BC9440

Tints of Roti #BC9440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

 BLUE value IS 64 (25.39% from 255) = 16%

R = 47%
G = 37%
B = 16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9440 (or 0xBC9440) is known color: Roti. HEX triplet: BC, 94 and 40. RGB value is (188,148,64). Sum of RGB (Red+Green+Blue) = 188+148+64=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9440 is #436BBF. Grayscale: #969696. Windows color (decimal): -4418496 or 4232380. OLE color: 4232380.

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

Color convert

RGB 188 148 64 -
CMYK 0 0.21 0.66 0.26
HSL 40.65º 0.49% 0.49% -
HSV(B) 40.65º 0.66% 0.74% -
XYZ 32.25 32.24 9.37 -
YUV 150.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 188 148 64 0 0.21 0.66 0.26 40.65 0.49 0.49
Hex BC 94 40 0 15 42 1A 29 31 31
Octal 274 224 100 0 25 102 32 51 61 61
Binary 10111100 10010100 1000000 0 10101 1000010 11010 101001 110001 110001

Color Harmonies of #BC9440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9440

Black with #BC9440

Text Example


Text Example

White with #BC9440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9440; }

 p { color: rgb(188,148,64); }

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

background-color css

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

 a { background-color: rgb(188,148,64); }

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

border-color css

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

 span { border-color: rgb(188,148,64); }

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