Html Css Color HEX #BCAD0B La Rioja

📋 copy color: '#BCAD0B'

red 188 ◦ green 173 ◦ blue 11

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

Shades of La Rioja #BCAD0B

Tints of La Rioja #BCAD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.51%

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 50.54%
G = 46.51%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCAD0B (or 0xBCAD0B) is known color: La Rioja. HEX triplet: BC, AD and 0B. RGB value is (188,173,11). Sum of RGB (Red+Green+Blue) = 188+173+11=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD0B is #4352F4. Grayscale: #9F9F9F. Windows color (decimal): -4412149 or 765372. OLE color: 765372.

HSL color Cylindrical-coordinate representation of color #BCAD0B: hue angle of 54.92º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCAD0B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 11 -
CMYK 0 0.08 0.94 0.26
HSL 54.92º 0.89% 0.39% -
HSV(B) 54.92º 0.94% 0.74% -
XYZ 35.74 40.6 6.27 -
YUV 159.02 44.47 148.67 -
System Red Green Blue C M Y K H S L
Decimal 188 173 11 0 0.08 0.94 0.26 54.92 0.89 0.39
Hex BC AD B 0 8 5E 1A 37 59 27
Octal 274 255 13 0 10 136 32 67 131 47
Binary 10111100 10101101 1011 0 1000 1011110 11010 110111 1011001 100111

Color Harmonies of #BCAD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD0B

Black with #BCAD0B

Text Example


Text Example

White with #BCAD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD0B; }

 p { color: rgb(188,173,11); }

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

background-color css

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

 a { background-color: rgb(188,173,11); }

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

border-color css

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

 span { border-color: rgb(188,173,11); }

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