Html Css Color HEX #BCAB03 La Rioja

📋 copy color: '#BCAB03'

red 188 ◦ green 171 ◦ blue 3

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

Shades of La Rioja #BCAB03

Tints of La Rioja #BCAB03

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.24%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 51.93%
G = 47.24%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCAB03 (or 0xBCAB03) is known color: La Rioja. HEX triplet: BC, AB and 03. RGB value is (188,171,3). Sum of RGB (Red+Green+Blue) = 188+171+3=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB03 is #4354FC. Grayscale: #9D9D9D. Windows color (decimal): -4412669 or 240572. OLE color: 240572.

HSL color Cylindrical-coordinate representation of color #BCAB03: hue angle of 54.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCAB03 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 3 -
CMYK 0 0.09 0.98 0.26
HSL 54.49º 0.97% 0.37% -
HSV(B) 54.49º 0.98% 0.74% -
XYZ 35.32 39.82 5.91 -
YUV 156.93 41.13 150.16 -
System Red Green Blue C M Y K H S L
Decimal 188 171 3 0 0.09 0.98 0.26 54.49 0.97 0.37
Hex BC AB 3 0 9 62 1A 36 61 25
Octal 274 253 3 0 11 142 32 66 141 45
Binary 10111100 10101011 11 0 1001 1100010 11010 110110 1100001 100101

Color Harmonies of #BCAB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB03

Black with #BCAB03

Text Example


Text Example

White with #BCAB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB03; }

 p { color: rgb(188,171,3); }

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

background-color css

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

 a { background-color: rgb(188,171,3); }

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

border-color css

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

 span { border-color: rgb(188,171,3); }

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