Html Css Color HEX #BFB002 La Rioja

📋 copy color: '#BFB002'

red 191 ◦ green 176 ◦ blue 2

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

Shades of La Rioja #BFB002

Tints of La Rioja #BFB002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.7%

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

R = 51.76%
G = 47.7%
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

#BFB002 (or 0xBFB002) is known color: La Rioja. HEX triplet: BF, B0 and 02. RGB value is (191,176,2). Sum of RGB (Red+Green+Blue) = 191+176+2=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB002 is #404FFD. Grayscale: #A1A1A1. Windows color (decimal): -4214782 or 176319. OLE color: 176319.

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

Color convert

RGB 191 176 2 -
CMYK 0 0.08 0.99 0.25
HSL 55.24º 0.98% 0.38% -
HSV(B) 55.24º 0.99% 0.75% -
XYZ 37.02 42.13 6.24 -
YUV 160.65 38.47 149.65 -
System Red Green Blue C M Y K H S L
Decimal 191 176 2 0 0.08 0.99 0.25 55.24 0.98 0.38
Hex BF B0 2 0 8 63 19 37 62 26
Octal 277 260 2 0 10 143 31 67 142 46
Binary 10111111 10110000 10 0 1000 1100011 11001 110111 1100010 100110

Color Harmonies of #BFB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB002

Black with #BFB002

Text Example


Text Example

White with #BFB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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