Html Css Color HEX #BCAF04 La Rioja

📋 copy color: '#BCAF04'

red 188 ◦ green 175 ◦ blue 4

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

Shades of La Rioja #BCAF04

Tints of La Rioja #BCAF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 51.23%
G = 47.68%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCAF04 (or 0xBCAF04) is known color: La Rioja. HEX triplet: BC, AF and 04. RGB value is (188,175,4). Sum of RGB (Red+Green+Blue) = 188+175+4=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF04 is #4350FB. Grayscale: #A0A0A0. Windows color (decimal): -4411644 or 307132. OLE color: 307132.

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

Color convert

RGB 188 175 4 -
CMYK 0 0.07 0.98 0.26
HSL 55.76º 0.96% 0.38% -
HSV(B) 55.76º 0.98% 0.74% -
XYZ 36.09 41.36 6.2 -
YUV 159.39 40.31 148.4 -
System Red Green Blue C M Y K H S L
Decimal 188 175 4 0 0.07 0.98 0.26 55.76 0.96 0.38
Hex BC AF 4 0 7 62 1A 38 60 26
Octal 274 257 4 0 7 142 32 70 140 46
Binary 10111100 10101111 100 0 111 1100010 11010 111000 1100000 100110

Color Harmonies of #BCAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF04

Black with #BCAF04

Text Example


Text Example

White with #BCAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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