Html Css Color HEX #BB9E3A Roti

📋 copy color: '#BB9E3A'

red 187 ◦ green 158 ◦ blue 58

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

Shades of Roti #BB9E3A

Tints of Roti #BB9E3A

RGB

 RED value IS 187 (73.44% from 255) = 46.4%

 GREEN value IS 158 (62.11% from 255) = 39.21%

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

R = 46.4%
G = 39.21%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB9E3A (or 0xBB9E3A) is known color: Roti. HEX triplet: BB, 9E and 3A. RGB value is (187,158,58). Sum of RGB (Red+Green+Blue) = 187+158+58=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E3A is #4461C5. Grayscale: #9B9B9B. Windows color (decimal): -4481478 or 3841723. OLE color: 3841723.

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

Color convert

RGB 187 158 58 -
CMYK 0 0.16 0.69 0.27
HSL 46.51º 0.53% 0.48% -
HSV(B) 46.51º 0.69% 0.73% -
XYZ 33.48 35.32 9.06 -
YUV 155.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 187 158 58 0 0.16 0.69 0.27 46.51 0.53 0.48
Hex BB 9E 3A 0 10 45 1B 2F 35 30
Octal 273 236 72 0 20 105 33 57 65 60
Binary 10111011 10011110 111010 0 10000 1000101 11011 101111 110101 110000

Color Harmonies of #BB9E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E3A

Black with #BB9E3A

Text Example


Text Example

White with #BB9E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E3A; }

 p { color: rgb(187,158,58); }

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

background-color css

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

 a { background-color: rgb(187,158,58); }

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

border-color css

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

 span { border-color: rgb(187,158,58); }

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