Html Css Color HEX #CFBE25 Barberry

📋 copy color: '#CFBE25'

red 207 ◦ green 190 ◦ blue 37

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

Shades of Barberry #CFBE25

Tints of Barberry #CFBE25

RGB

 RED value IS 207 (81.25% from 255) = 47.7%

 GREEN value IS 190 (74.61% from 255) = 43.78%

 BLUE value IS 37 (14.84% from 255) = 8.53%

R = 47.7%
G = 43.78%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFBE25 (or 0xCFBE25) is known color: Barberry. HEX triplet: CF, BE and 25. RGB value is (207,190,37). Sum of RGB (Red+Green+Blue) = 207+190+37=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE25 is #3041DA. Grayscale: #B2B2B2. Windows color (decimal): -3162587 or 2473679. OLE color: 2473679.

HSL color Cylindrical-coordinate representation of color #CFBE25: hue angle of 54º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFBE25 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 37 -
CMYK 0 0.08 0.82 0.19
HSL 54º 0.7% 0.48% -
HSV(B) 54º 0.82% 0.81% -
XYZ 44.48 50.23 9.1 -
YUV 177.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 207 190 37 0 0.08 0.82 0.19 54 0.7 0.48
Hex CF BE 25 0 8 52 13 36 46 30
Octal 317 276 45 0 10 122 23 66 106 60
Binary 11001111 10111110 100101 0 1000 1010010 10011 110110 1000110 110000

Color Harmonies of #CFBE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE25

Black with #CFBE25

Text Example


Text Example

White with #CFBE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE25; }

 p { color: rgb(207,190,37); }

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

background-color css

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

 a { background-color: rgb(207,190,37); }

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

border-color css

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

 span { border-color: rgb(207,190,37); }

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