Html Css Color HEX #BC9D37 Roti

📋 copy color: '#BC9D37'

red 188 ◦ green 157 ◦ blue 55

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

Shades of Roti #BC9D37

Tints of Roti #BC9D37

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

 BLUE value IS 55 (21.88% from 255) = 13.75%

R = 47%
G = 39.25%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC9D37 (or 0xBC9D37) is known color: Roti. HEX triplet: BC, 9D and 37. RGB value is (188,157,55). Sum of RGB (Red+Green+Blue) = 188+157+55=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D37 is #4362C8. Grayscale: #9B9B9B. Windows color (decimal): -4416201 or 3644860. OLE color: 3644860.

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

Color convert

RGB 188 157 55 -
CMYK 0 0.16 0.71 0.26
HSL 46.02º 0.55% 0.48% -
HSV(B) 46.02º 0.71% 0.74% -
XYZ 33.49 35.08 8.62 -
YUV 154.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 188 157 55 0 0.16 0.71 0.26 46.02 0.55 0.48
Hex BC 9D 37 0 10 47 1A 2E 37 30
Octal 274 235 67 0 20 107 32 56 67 60
Binary 10111100 10011101 110111 0 10000 1000111 11010 101110 110111 110000

Color Harmonies of #BC9D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D37

Black with #BC9D37

Text Example


Text Example

White with #BC9D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D37; }

 p { color: rgb(188,157,55); }

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

background-color css

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

 a { background-color: rgb(188,157,55); }

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

border-color css

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

 span { border-color: rgb(188,157,55); }

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