Html Css Color HEX #BCAF0F La Rioja

📋 copy color: '#BCAF0F'

red 188 ◦ green 175 ◦ blue 15

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

Shades of La Rioja #BCAF0F

Tints of La Rioja #BCAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 49.74%
G = 46.3%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BCAF0F (or 0xBCAF0F) is known color: La Rioja. HEX triplet: BC, AF and 0F. RGB value is (188,175,15). Sum of RGB (Red+Green+Blue) = 188+175+15=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF0F is #4350F0. Grayscale: #A1A1A1. Windows color (decimal): -4411633 or 1028028. OLE color: 1028028.

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

Color convert

RGB 188 175 15 -
CMYK 0 0.07 0.92 0.26
HSL 55.49º 0.85% 0.4% -
HSV(B) 55.49º 0.92% 0.74% -
XYZ 36.16 41.39 6.53 -
YUV 160.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 188 175 15 0 0.07 0.92 0.26 55.49 0.85 0.4
Hex BC AF F 0 7 5C 1A 37 55 28
Octal 274 257 17 0 7 134 32 67 125 50
Binary 10111100 10101111 1111 0 111 1011100 11010 110111 1010101 101000

Color Harmonies of #BCAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF0F

Black with #BCAF0F

Text Example


Text Example

White with #BCAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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