Html Css Color HEX #BC9A3D Roti

📋 copy color: '#BC9A3D'

red 188 ◦ green 154 ◦ blue 61

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

Shades of Roti #BC9A3D

Tints of Roti #BC9A3D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 46.65%
G = 38.21%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC9A3D (or 0xBC9A3D) is known color: Roti. HEX triplet: BC, 9A and 3D. RGB value is (188,154,61). Sum of RGB (Red+Green+Blue) = 188+154+61=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A3D is #4365C2. Grayscale: #999999. Windows color (decimal): -4416963 or 4037308. OLE color: 4037308.

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

Color convert

RGB 188 154 61 -
CMYK 0 0.18 0.68 0.26
HSL 43.94º 0.51% 0.49% -
HSV(B) 43.94º 0.68% 0.74% -
XYZ 33.14 34.14 9.26 -
YUV 153.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 188 154 61 0 0.18 0.68 0.26 43.94 0.51 0.49
Hex BC 9A 3D 0 12 44 1A 2C 33 31
Octal 274 232 75 0 22 104 32 54 63 61
Binary 10111100 10011010 111101 0 10010 1000100 11010 101100 110011 110001

Color Harmonies of #BC9A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A3D

Black with #BC9A3D

Text Example


Text Example

White with #BC9A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A3D; }

 p { color: rgb(188,154,61); }

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

background-color css

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

 a { background-color: rgb(188,154,61); }

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

border-color css

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

 span { border-color: rgb(188,154,61); }

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