Html Css Color HEX #BC9B3F Roti

📋 copy color: '#BC9B3F'

red 188 ◦ green 155 ◦ blue 63

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

Shades of Roti #BC9B3F

Tints of Roti #BC9B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.52%

R = 46.31%
G = 38.18%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9B3F (or 0xBC9B3F) is known color: Roti. HEX triplet: BC, 9B and 3F. RGB value is (188,155,63). Sum of RGB (Red+Green+Blue) = 188+155+63=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B3F is #4364C0. Grayscale: #9A9A9A. Windows color (decimal): -4416705 or 4168636. OLE color: 4168636.

HSL color Cylindrical-coordinate representation of color #BC9B3F: hue angle of 44.16º degrees, saturation: 0.5, 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 #BC9B3F is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 155 63 -
CMYK 0 0.18 0.66 0.26
HSL 44.16º 0.5% 0.49% -
HSV(B) 44.16º 0.66% 0.74% -
XYZ 33.36 34.49 9.6 -
YUV 154.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 188 155 63 0 0.18 0.66 0.26 44.16 0.5 0.49
Hex BC 9B 3F 0 12 42 1A 2C 32 31
Octal 274 233 77 0 22 102 32 54 62 61
Binary 10111100 10011011 111111 0 10010 1000010 11010 101100 110010 110001

Color Harmonies of #BC9B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9B3F

Black with #BC9B3F

Text Example


Text Example

White with #BC9B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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