Html Css Color HEX #BCA902 La Rioja

📋 copy color: '#BCA902'

red 188 ◦ green 169 ◦ blue 2

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

Shades of La Rioja #BCA902

Tints of La Rioja #BCA902

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.08%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 52.37%
G = 47.08%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCA902 (or 0xBCA902) is known color: La Rioja. HEX triplet: BC, A9 and 02. RGB value is (188,169,2). Sum of RGB (Red+Green+Blue) = 188+169+2=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA902 is #4356FD. Grayscale: #9C9C9C. Windows color (decimal): -4413182 or 174524. OLE color: 174524.

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

Color convert

RGB 188 169 2 -
CMYK 0 0.10 0.99 0.26
HSL 53.87º 0.98% 0.37% -
HSV(B) 53.87º 0.99% 0.74% -
XYZ 34.94 39.07 5.76 -
YUV 155.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 188 169 2 0 0.10 0.99 0.26 53.87 0.98 0.37
Hex BC A9 2 0 A 63 1A 36 62 25
Octal 274 251 2 0 12 143 32 66 142 45
Binary 10111100 10101001 10 0 1010 1100011 11010 110110 1100010 100101

Color Harmonies of #BCA902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA902

Black with #BCA902

Text Example


Text Example

White with #BCA902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA902; }

 p { color: rgb(188,169,2); }

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

background-color css

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

 a { background-color: rgb(188,169,2); }

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

border-color css

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

 span { border-color: rgb(188,169,2); }

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