Html Css Color HEX #BCAF02 La Rioja

📋 copy color: '#BCAF02'

red 188 ◦ green 175 ◦ blue 2

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

Shades of La Rioja #BCAF02

Tints of La Rioja #BCAF02

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.95%

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

R = 51.51%
G = 47.95%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCAF02 (or 0xBCAF02) is known color: La Rioja. HEX triplet: BC, AF and 02. RGB value is (188,175,2). Sum of RGB (Red+Green+Blue) = 188+175+2=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF02 is #4350FD. Grayscale: #9F9F9F. Windows color (decimal): -4411646 or 176060. OLE color: 176060.

HSL color Cylindrical-coordinate representation of color #BCAF02: hue angle of 55.81º 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 #BCAF02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 2 -
CMYK 0 0.07 0.99 0.26
HSL 55.81º 0.98% 0.37% -
HSV(B) 55.81º 0.99% 0.74% -
XYZ 36.08 41.36 6.14 -
YUV 159.17 39.31 148.57 -
System Red Green Blue C M Y K H S L
Decimal 188 175 2 0 0.07 0.99 0.26 55.81 0.98 0.37
Hex BC AF 2 0 7 63 1A 38 62 25
Octal 274 257 2 0 7 143 32 70 142 45
Binary 10111100 10101111 10 0 111 1100011 11010 111000 1100010 100101

Color Harmonies of #BCAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF02

Black with #BCAF02

Text Example


Text Example

White with #BCAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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