Html Css Color HEX #BFAF02 La Rioja

📋 copy color: '#BFAF02'

red 191 ◦ green 175 ◦ blue 2

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

Shades of La Rioja #BFAF02

Tints of La Rioja #BFAF02

RGB

 RED value IS 191 (75% from 255) = 51.9%

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

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

R = 51.9%
G = 47.55%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFAF02 (or 0xBFAF02) is known color: La Rioja. HEX triplet: BF, AF and 02. RGB value is (191,175,2). Sum of RGB (Red+Green+Blue) = 191+175+2=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAF02 is #4050FD. Grayscale: #A0A0A0. Windows color (decimal): -4215038 or 176063. OLE color: 176063.

HSL color Cylindrical-coordinate representation of color #BFAF02: hue angle of 54.92º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFAF02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 175 2 -
CMYK 0 0.08 0.99 0.25
HSL 54.92º 0.98% 0.38% -
HSV(B) 54.92º 0.99% 0.75% -
XYZ 36.83 41.74 6.17 -
YUV 160.06 38.8 150.07 -
System Red Green Blue C M Y K H S L
Decimal 191 175 2 0 0.08 0.99 0.25 54.92 0.98 0.38
Hex BF AF 2 0 8 63 19 37 62 26
Octal 277 257 2 0 10 143 31 67 142 46
Binary 10111111 10101111 10 0 1000 1100011 11001 110111 1100010 100110

Color Harmonies of #BFAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF02

Black with #BFAF02

Text Example


Text Example

White with #BFAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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