Html Css Color HEX #BC9B3A Roti

📋 copy color: '#BC9B3A'

red 188 ◦ green 155 ◦ blue 58

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

Shades of Roti #BC9B3A

Tints of Roti #BC9B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.46%

R = 46.88%
G = 38.65%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC9B3A (or 0xBC9B3A) is known color: Roti. HEX triplet: BC, 9B and 3A. RGB value is (188,155,58). Sum of RGB (Red+Green+Blue) = 188+155+58=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B3A is #4364C5. Grayscale: #9A9A9A. Windows color (decimal): -4416710 or 3840956. OLE color: 3840956.

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

Color convert

RGB 188 155 58 -
CMYK 0 0.18 0.69 0.26
HSL 44.77º 0.53% 0.48% -
HSV(B) 44.77º 0.69% 0.74% -
XYZ 33.22 34.44 8.9 -
YUV 153.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 188 155 58 0 0.18 0.69 0.26 44.77 0.53 0.48
Hex BC 9B 3A 0 12 45 1A 2D 35 30
Octal 274 233 72 0 22 105 32 55 65 60
Binary 10111100 10011011 111010 0 10010 1000101 11010 101101 110101 110000

Color Harmonies of #BC9B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9B3A

Black with #BC9B3A

Text Example


Text Example

White with #BC9B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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